home *** CD-ROM | disk | FTP | other *** search
/ Business & Presentations / Business and Presentations - Volume 1 (1995)(Sideface)(NL).iso / gfxapps / dos / alterfnt / downld.doc < prev    next >
Text File  |  1987-11-06  |  3KB  |  75 lines

  1.  
  2.                    DOWNLD.COM v1.1 (c)R.J.Holmgren 11/3/87
  3.                     Voice: (212)749-7882 [5-10 PM EST/EDT]
  4.                   Messages: Sound of Music BBS (516)536-8723
  5.  
  6.   This file is provided FREE to all.  User assumes ALL risks of malfunction
  7.     or misapplication.  Copyright Holder prohibits the sale or commercial
  8.     distribution of this program.  Please report bugs or suggestions.
  9.  
  10. Purpose:
  11. -------
  12.   Download soft_fonts to Hewlett-Packard LaserJet II
  13.  
  14. Usage:
  15. -----
  16.   downld [path\]filename font_ID# [P|T]
  17.  
  18. Stack multiple [maximum 20] filenames and parameters using commas:
  19.   downld [path\]filename,[path\]filename,... font_ID#,font_ID#,... [P,T,...]
  20.  
  21. Reference:
  22. ---------
  23.   filename: [d:\path\]soft_font_filename
  24.   font_ID#: unique number assigned to each downloaded font (range 0-32767)
  25.   P|T:      P(ermanent) or T(emporary) status assigned to Font
  26.   No  P|T parameter entry = default to P
  27.   One P|T parameter entry = apply to all stacked filenames
  28.   Print a font by embedding string "<ESCape>(<font_ID#>X" in text,
  29.     e.g. "<ESCape>(0X" (the ESCape char is entered with Alt-27; most word
  30.     processors have a more sophisticated method for selecting and changing
  31.     fonts)
  32.  
  33. Examples:
  34. --------
  35.   downld tr120rpn.r8p 2
  36.   downld c:\hp\tr120rpn.r8p,a:\tr140rpn.r8p 0,1 p
  37.   downld c:\hp\tr120rpn.r8p,a:\tr140rpn.r8p 0,1 p,t
  38.  
  39. Comment:
  40. -------
  41.   This utility downloads soft_font_files to the LJ II (and perhaps other
  42.   [untested] lasers) either INDIVIDUALLY, or STACKED (as many as 20 files on
  43.   one command line).  Downloading multiple soft_fonts takes an annoying amount
  44.   of time, and stacking them is measurably faster than downloading single
  45.   files one-at-a-time (although you will probably wish to construct macros or
  46.   batch files for downloading different sets of fonts, due to the utter
  47.   immemorability of most font_filenames).
  48.  
  49. Sample Measurements:
  50. -------------------
  51.   Download 5 H-P Times-Roman font_files from Current directory with Batch file
  52.  
  53.        DOWNLD.COM   = 22.40 seconds (STACKED on one command line)
  54.        DOWNLD.COM   = 23.56 seconds (download 1 file at a time)
  55.        DOWNLOAD.EXE = 26.08 seconds (Gary Elfring's PD utility,
  56.                                       downloads 1 file at a time)
  57.        DOWNLOAD.COM = 27.62 seconds (SWFTE International's PD utility,
  58.                                       downloads 1 file at a time)
  59.  
  60. Error-Checking:
  61. --------------
  62.   DOWNLD offers a <CR> to abort, or type "C" to continue choice if "Printer
  63.     Not Ready", bad drive or directory, or Soft_Font_"File Not Found".
  64.   DOWNLD aborts automatically (to the Help screen) on incorrect command-line
  65.     syntax, unequal number of filenames/Font ID numbers/P|T specs, or DOS v1.
  66.  
  67. Constraints:
  68. -----------
  69.   Default target is LPT1.  DOWNLD will not work with COM ports.  Change the
  70.     LPT# with a binary editor (e.g. DEBUG, ZAP, etc); there is only ONE "lpt1"
  71.     string in the file.
  72.  
  73. Enjoy!
  74. ------
  75.